0o 設定我的第三台 Macbook o0


兩年設定了三台 >"<

輔助設定

常見設定

我個人習慣

開發工具

  1. Homebrew
  2. htop
  3. iTerm2
  4. NVM
  5. Docker
  6. Github Desktop
  7. Jetbrains Toolbox App / VSCode

安裝 Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew help 看看有沒有安裝成功,如果沒有成功就要設定 brew 環境

設定 brew 環境變數

ref: https://stackoverflow.com/questions/36657321/after-installing-homebrew-i-get-zsh-command-not-found-brew

Add Homebrew to your PATH in /Users/$USER/.zprofile:
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)

Copy and paste the first line on the same terminal window, then hit enter
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile

Finally you should be able to use brew help and if that works, it means that brew was installed properly and running from ZSH.

安裝 htop

brew install htop

安裝 iTerm2

安裝 NVM

軟體

  • Browser
    • Chrome
    • Firefox
  • VPN

Ref








你可能感興趣的文章

切版~以為簡單的地方卻要考慮許多細節

切版~以為簡單的地方卻要考慮許多細節

關於產品開發,PRD 的作用與內容介紹

關於產品開發,PRD 的作用與內容介紹

Day05 - CSS色彩、背景與漸層

Day05 - CSS色彩、背景與漸層






留言討論